projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9575c7e
)
dt: bcm968580xref: enable gpio controller
author
Philippe Reynes
<
[email protected]
>
Thu, 7 Mar 2019 10:36:38 +0000
(11:36 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Fri, 12 Apr 2019 15:32:51 +0000
(17:32 +0200)
Enable all the gpio controllers in the device tree
of the board bcm968580xref.
Signed-off-by: Philippe Reynes <
[email protected]
>
arch/arm/dts/bcm968580xref.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/bcm968580xref.dts
b/arch/arm/dts/bcm968580xref.dts
index 0c59f94710c97925d9e05b6390c42be3f80d3a5f..15febb030f11f9e1c384399905f95fab454335b5 100644
(file)
--- a/
arch/arm/dts/bcm968580xref.dts
+++ b/
arch/arm/dts/bcm968580xref.dts
@@
-29,3
+29,35
@@
u-boot,dm-pre-reloc;
status = "okay";
};
+
+&gpio0 {
+ status = "okay";
+};
+
+&gpio1 {
+ status = "okay";
+};
+
+&gpio2 {
+ status = "okay";
+};
+
+&gpio3 {
+ status = "okay";
+};
+
+&gpio4 {
+ status = "okay";
+};
+
+&gpio5 {
+ status = "okay";
+};
+
+&gpio6 {
+ status = "okay";
+};
+
+&gpio7 {
+ status = "okay";
+};